@media only screen and (max-width: 768px){
  .e_box-000.p_SwipPanelBox{
    display: none;
  }
  span[style*="font-size:5rem"]{
  	font-size: 30px !important;
    line-height: 36px !important;
  }
   span[style*="font-size:30px"]{
  	font-size: 18px !important;
    line-height: 24px !important;
  }
}
